home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15118 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.cis.okstate.edu!usenet
  2. From: pvan_der_goes@mailhost.oktax.state.ok.us (Pete van der Goes)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Debugging Borland 4.5 DOS apps
  5. Date: Wed, 03 Apr 1996 19:57:02 GMT
  6. Organization: Oklahoma State University, Stillwater OK
  7. Message-ID: <4jul2u$gmg@news.cis.okstate.edu>
  8. References: <DpALAE.Bw8@cam-ani.co.uk>
  9. NNTP-Posting-Host: dumbo.oktax.state.ok.us
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. It sounds like you are trying to use the debugger accessed from the
  13. IDE menu bar?
  14. If so, that's the Windows debugger. You need to open the Turbo
  15. Debugger for DOS from its icon in the BC45 group to use with your app.
  16. A bit clumsy, to be sure, but it has worked well for me on several
  17. occasions.
  18.  
  19. Hope this helps.
  20. tim@cam-ani.co.uk (Tim Wheals) wrote:
  21.  
  22. >Is source level debugging of DOS applications possible using Borland C++  
  23. >4.5?   Trying to start the debugger for a DOS project results in  a  
  24. >message along the lines of "Can only debug 16 bit Windows programs". 
  25.  
  26. >Other than a debugging macro equivalent to inserting "cout<<XYZ<<flush;",  
  27. >is there a way to see what is happening as the program runs?  
  28.  
  29. >Another complication is the fact that the application is graphical, which  
  30. >is fine for printing out values etc. (just redirect the output to a file)  
  31. >but interactive debugging may pose more of a problem.
  32. >Any tips?
  33.  
  34. >Thanks,
  35. >Tim.   
  36.  
  37.  
  38.